collie.utils.exception

Undocumented in source.

Members

Enums

Test
enum Test
Undocumented in source.

Functions

buildErroCodeException
string buildErroCodeException()
Undocumented in source. Be warned that the author may not have intended to support it.
showException
void showException(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

basicExceptionCtors (from std.exception)
public import std.exception : basicExceptionCtors;
Undocumented in source.

Mixins

__anonymous
mixin ThrowExceptionBuild
Undocumented in source.

Mixin templates

ExceptionBuild
mixintemplate ExceptionBuild(string name, string parent = "")
Undocumented in source.
ThrowExceptionBuild
mixintemplate ThrowExceptionBuild()
Undocumented in source.

Mixed In Members

From mixin ThrowExceptionBuild

throwExceptionBuild
void throwExceptionBuild(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta